Skip to content

Improve code block handling within lists.#1382

Merged
copybara-service[bot] merged 1 commit intomasterfrom
test_905293622
Apr 27, 2026
Merged

Improve code block handling within lists.#1382
copybara-service[bot] merged 1 commit intomasterfrom
test_905293622

Conversation

@copybara-service
Copy link
Copy Markdown

Improve code block handling within lists.

A code block can appear in a list, either at the start of a list item, like this:

- ```
  ...
  ```

or as a continuation of a list item, like this:

- something

  ```
  ...
  ```

A code block can appear in a list, either at the start of a list item, like this:
~~~java
- ```
  ...
  ```
~~~
or as a continuation of a list item, like this:
~~~java
- something

  ```
  ...
  ```
~~~

PiperOrigin-RevId: 906489029
@copybara-service copybara-service Bot merged commit 2519066 into master Apr 27, 2026
@copybara-service copybara-service Bot deleted the test_905293622 branch April 27, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant